Skip to content

test: add KeyboardAvoidingView multiline repro#56869

Open
vivekjm wants to merge 2 commits into
react:mainfrom
vivekjm:add-keyboardavoiding-multiline-repro
Open

test: add KeyboardAvoidingView multiline repro#56869
vivekjm wants to merge 2 commits into
react:mainfrom
vivekjm:add-keyboardavoiding-multiline-repro

Conversation

@vivekjm

@vivekjm vivekjm commented May 18, 2026

Copy link
Copy Markdown

Summary

Adds an RNTester example that reproduces the layout from #16826: a KeyboardAvoidingView wrapping a ScrollView with a multiline TextInput at the bottom. This does not claim to fix the underlying iOS keyboard avoidance behavior; it gives maintainers and contributors a concrete in-tree case to validate the issue and future fixes.

Changelog: [INTERNAL] - Add KeyboardAvoidingView multiline TextInput repro to RNTester

Test Plan

Using Node 22.22.0 because current main requires Node >=20.19.4 or >=22.13.0.

  • yarn prettier --check packages/rn-tester/js/examples/KeyboardAvoidingView/KeyboardAvoidingViewExample.js
  • yarn eslint packages/rn-tester/js/examples/KeyboardAvoidingView/KeyboardAvoidingViewExample.js
  • yarn flow focus-check packages/rn-tester/js/examples/KeyboardAvoidingView/KeyboardAvoidingViewExample.js

@meta-cla meta-cla Bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label May 18, 2026
@facebook-github-tools facebook-github-tools Bot added the Shared with Meta Applied via automation to indicate that an Issue or Pull Request has been shared with the team. label May 18, 2026
@vivekjm

vivekjm commented Jun 9, 2026

Copy link
Copy Markdown
Author

The review nit is addressed in the current branch: the RNTester entry now uses the descriptive title Keyboard Avoiding View with multiline TextInput in ScrollView, and the example includes an inline regression comment linking #16826. No new commit was needed in this pass; I resolved the stale review thread.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. Shared with Meta Applied via automation to indicate that an Issue or Pull Request has been shared with the team.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants